home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / skpats.arc / SK-TELE.PAT < prev    next >
Text File  |  1985-10-01  |  5KB  |  109 lines

  1.                               SK-TELE.PAT
  2.  
  3.  
  4.  
  5.        TITLE: Asterisk, pound, hyphen, and comma patch. (i.e #-*,)
  6.      PRODUCT: Sidekick
  7.      VERSION: 1.11C
  8.           OS: All
  9.         DATE: 2-21-85
  10.  
  11.  
  12.  
  13.      This is a patch for including asterisks, commas, hyphens and pound
  14.      signs as valid characters for Sidekick to dial.  Hayes modems will
  15.      recognize these characters and gererate the correct dialing codes.
  16.  
  17.       Unprotected Version
  18.  
  19.        Addresses in Hexidecimal            Old values         New values
  20.        -----------------------------       ----------         ----------
  21.        sk.com     skn.com     skc.com
  22.  
  23.         7E50       69AF        5770            0D                 11
  24.         7E5E       69BD        577E            24                 2A
  25.         7E5F       69BE        577F            24                 23
  26.         7E60       69BF        5780            24                 2C
  27.         7E61       69C0        5781            24                 2D
  28.         7E70       69CF        5790            12                 15
  29.         7E83       69E2        57A3            24                 2A
  30.         7E84       69E3        57A4            24                 23
  31.         7E85       69E4        57A5            24                 2C
  32.         7E8A       69E9        57AA            0A                 0D
  33.         7E95       69F4        57B5            24                 2A
  34.         7E96       69F5        57B6            24                 23
  35.         7E97       69F6        57B7            24                 2C
  36.  
  37.         Protected Version
  38.  
  39.        Addresses in Hexidecimal            Old values         New values
  40.        -----------------------------       ----------         ----------
  41.        sk.com     skn.com     skc.com
  42.  
  43.         7E60       69BF        5780           0D                 11
  44.         7E6E       69CD        578E           24                 2A
  45.         7E6F       69CE        578F           24                 23
  46.         7E70       69CF        5790           24                 2C
  47.         7E71       69D0        5791           24                 2D
  48.         7E80       69DF        57A0           12                 15
  49.         7E93       69F2        57B3           24                 2A
  50.         7E94       69F3        57B4           24                 23
  51.         7E95       69F4        57B5           24                 2C
  52.         7E9A       69F9        57BA           0A                 0D
  53.         7EA5       6A04        57C5           24                 2A
  54.         7EA6       6A05        57C6           24                 23
  55.         7EA7       6A06        57C7           24                 2Cè                          SK-TELE.PAT - Continued
  56.  
  57.  
  58.  
  59.       Use debug to change the locations given above.  Sidekick can now
  60.       be used to dial #, *, -, and a comma for pauses.
  61.  
  62.  
  63.        TITLE: Minimum number of digits in phone number search
  64.      PRODUCT: Sidekick
  65.      VERSION: 1.11C
  66.           OS: All
  67.         DATE: March 5, 1985
  68.  
  69.  
  70.      This is a patch for changing the minimum number of digits that
  71.      Sidekick considers a phone number.  This number is one of the
  72.      criterion used in searches.  The number in the column below
  73.      (labelled New Values) is the minimum number of digits that Sidekick
  74.      will recognize.  If you need other than four digits, as shown, use
  75.      the hexidecimal equivalent to the number you need.
  76.  
  77. NOTE: Always make a backup copy of any software before patching it.  Label
  78.       disks that contain patched software as this could concievably have a
  79.       bearing on future trouble-shooting.
  80.  
  81.  
  82.        Version        Addresses in Hexidecimal   Old values  New values
  83.        -------        ------------------------   ----------  ----------
  84.                       sk.com  skn.com  skc.com
  85.  
  86.        Unprotected     7E4F    69AE     576F         06          04
  87.  
  88.        Protected       7E5F    69BE     577F         06          04
  89.  
  90.  
  91.      Use debug to change the locations given above.  Sidekick can now
  92.      search for phone numbers less than six digits.
  93.  
  94.      NOTE:  To dial a four-digit number, it must still have a character
  95.             which identifies it as a phone number.  (i.e. "(",")","-")
  96.  
  97.             Incorrect                Correct
  98.             ---------                -------
  99.              1234                     (1234
  100.              12-                      123-
  101.              )1234                    (123
  102.              -1234                    123)
  103.  
  104.            If the new value was set to 03 instead of 04 then two-digit
  105.            phone extentions could be found if they were in a form such
  106.            as:  12- or (12).
  107.  
  108.  
  109. è